Carbon


newcontrol

Header: Controls.h Carbon status: Unsupported

ControlRef newcontrol (
    WindowRef theWindow, 
    const Rect *boundsRect, 
    const char *title, 
    Boolean visible, 
    SInt16 value, 
    SInt16 min, 
    SInt16 max, 
    SInt16 procID, 
    SInt32 refCon
);
theWindow
boundsRect
title
visible
value
min
max
procID
refCon

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Use NewControl instead.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)